home *** CD-ROM | disk | FTP | other *** search
/ Computer Life: SuperPac / SuperPac (Computer Life Magazine)(Ziff-Davis)(1995).ISO / pc / demos / nile / senet.exe / senet.DXR / 00025_Roll Dice and Check for First Player (Player Two).ls < prev    next >
Encoding:
Text File  |  1995-05-04  |  232 b   |  8 lines

  1. on mouseUp
  2.   global theSenetGame
  3.   if not (the playerMoving of theSenetGame = the computerPlayer of theSenetGame) and (the playerMoving of theSenetGame = 2) then
  4.     rollDice(theSenetGame)
  5.     checkForOne(theSenetGame)
  6.   end if
  7. end
  8.